KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
rust-vobject
★ 17
Open GitHub ↗
VObject parser and generator for Rust
Download README (.md)
Explore Similar Repositories
simple-deodexer
:
A simple Android application deodexer for Linux & macOS
contourfcmap-pkg
:
Create a filled contour plot in Matlab, with better color-to-value clarity
SafeMapper
:
Exception free and extremly fast object mapper
ironwing
:
universal, framework agnostic, transport layer
Sample_Unity
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
rust-vobject
?
Download (.md)
# VObject parser and generator for Rust [](https://travis-ci.org/untitaker/rust-vobject) This is a parser and generator for the [vCard](https://tools.ietf.org/html/rfc6350) and [iCalendar](https://tools.ietf.org/html/rfc5545) formats. - It doesn't follow all relevant RFCs, and some fundamental things such as property encodings are missing. - Consequently, the API is still unstable, and it's hard to predict how it would have to change if new RFCs are implemented. Sourcecode is available on [GitHub](https://github.com/untitaker/rust-vobject). The API documentation is [online available](https://docs.rs/vobject/). It is licensed under MIT, see `LICENSE`.