Serde serializatsiya va deserializatsiyasi yordamida qilingan VCard JSON generatori

Overview

logo

Vicardi

Serde serializatsiya va deserializatsiyasi yordamida qilingan VCard JSON generatori

GitHub top language Chat Test CI

Haqida

Bizning CCTLD tomonidan ishlab chiqilgan sistema ICANN servislari bilan muloqot qilish uchun JCard (VCardArray) formatini ishlatadi. Afsuski, VCardArray generatsion biron kutubxona mavjud bo'lmaganligi sababli o'zimizning kutubxonamizni ishlab chiqdik va ushbu kutubxonani O'zbekistondagi .uz TLD domenlarini ishlashini ham tez, ham nustahkam qilib RDAP tizimini yaratishda ishlatdik.

Ushbu kutubxona RFC7483 standartiga binoan ishlab chiqilgan. Ko'proq ma'lumotlar uchun shu yerga kiring: https://datatracker.ietf.org/doc/html/rfc7483

Qulayliklar

  • Tayyor "binding"lar
  • Serde yordamida serializatsiyadan o'tgan struct lar
  • (Yordamchi macroslar va shu kabi qulayliklar keyinchalik qo'shish niyat qilingan)

Bu proyekt hozir sinov bosqichidan o'tmoqda. Agarda bironta xatolikka duchor bo'lsangiz, xatolik haqida e'lon qoldirishni unutmang.

O'rnatish

Ushbu qatorni Cargo.toml faylingizga joylashtiring:

[dependencies]
vicardi = "0.1.7"

Litsenziya

Ushbu kutubxona GPL-3.0 litsenziya ostida distributsiya qilinadi. Ko'proq ma'lumot uchun LICENSE ko'zdan kechiring!

You might also like...
rurl is like curl but with a json configuration file per request

rurl rurl is a curl-like cli tool made in rust, the difference is that it takes its params from a json file so you can have all different requests sav

A rust script to convert a better bibtex json file from Zotero into nice organised notes in Obsidian

Zotero to Obsidian script This is a script that takes a better bibtex JSON file exported by Zotero and generates an organised collection of reference

A tool for outputs semantic difference of json

jsondiff A tool for outputs semantic difference of json. "semantic" means: sort object key before comparison sort array before comparison (optional, b

Easily create dynamic css using json notation

jss! This crate provides an easy way to write dynamic css using json notation. This gives you more convenient than you think. Considering using a dyna

Decode Metaplex mint account metadata into a JSON file.

Simple Metaplex Decoder (WIP) Install From Source Install Rust. curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh Clone the source: git c

A fast and simple command-line tool for common operations over JSON-lines files

rjp: Rapid JSON-lines processor A fast and simple command-line tool for common operations over JSON-lines files, such as: converting to and from text

A node package based on jsonschema-rs for performing JSON schema validation

A node package based on jsonschema-rs for performing JSON schema validation.

CLI tool to convert HOCON into valid JSON or YAML written in Rust.

{hocon:vert} CLI Tool to convert HOCON into valid JSON or YAML. Under normal circumstances this is mostly not needed because hocon configs are parsed

Typify - Compile JSON Schema documents into Rust types.

Typify Compile JSON Schema documents into Rust types. This can be used ... via the macro import_types!("types.json") to generate Rust types directly i

Releases(v0.1.7)
Owner
UZINFOCOM
Single integrator for the creation and support of public information systems
UZINFOCOM
Get JSON values quickly - JSON parser for Rust

get json values quickly GJSON is a Rust crate that provides a fast and simple way to get values from a json document. It has features such as one line

Josh Baker 160 Dec 29, 2022
Serialize/Deserialize tch-rs types with serde

tch-serde: Serialize/Deserialize tch-rs types with serde This crate provides {ser,de}ialization methods for tch-rs common types. docs.rs | crates.io U

null 4 Apr 3, 2022
A SOME/IP serialization format using the serde framework

serde_someip implements SOME/IP ontop of serde use serde::{Serialize, Deserialize}; use serde_someip::SomeIp; use serde_someip::options::ExampleOption

Morten Mey 3 Feb 14, 2022
This library implements a type macro for a zero-sized type that is Serde deserializable only from one specific value.

Monostate This library implements a type macro for a zero-sized type that is Serde deserializable only from one specific value. [dependencies] monosta

David Tolnay 125 Dec 26, 2022
An auxiliary library for the serde crate.

An auxiliary library for the serde crate.

Victor Polevoy 98 Jan 2, 2023
Rust libraries and tools to help with interoperability and testing of serialization formats based on Serde.

The repository zefchain/serde-reflection is based on Facebook's repository novifinancial/serde-reflection. We are now maintaining the project here and

Zefchain Labs 46 Dec 22, 2022
JSON parser which picks up values directly without performing tokenization in Rust

Pikkr JSON parser which picks up values directly without performing tokenization in Rust Abstract Pikkr is a JSON parser which picks up values directl

Pikkr 615 Dec 29, 2022
Strongly typed JSON library for Rust

Serde JSON   Serde is a framework for serializing and deserializing Rust data structures efficiently and generically. [dependencies] serde_json = "1.0

null 3.6k Jan 5, 2023
JSON implementation in Rust

json-rust Parse and serialize JSON with ease. Changelog - Complete Documentation - Cargo - Repository Why? JSON is a very loose format where anything

Maciej Hirsz 500 Dec 21, 2022
Rust port of gjson,get JSON value by dotpath syntax

A-JSON Read JSON values quickly - Rust JSON Parser change name to AJSON, see issue Inspiration comes from gjson in golang Installation Add it to your

Chen Jiaju 90 Dec 6, 2022