https://github.com/valodim/libical-sys
Low-level Rust bindings for [libical](https://github.com/libical/libical)
https://github.com/valodim/libical-sys
Last synced: about 1 year ago
JSON representation
Low-level Rust bindings for [libical](https://github.com/libical/libical)
- Host: GitHub
- URL: https://github.com/valodim/libical-sys
- Owner: Valodim
- License: other
- Created: 2018-12-05T20:54:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T21:30:43.000Z (over 6 years ago)
- Last Synced: 2025-04-14T22:54:01.965Z (about 1 year ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libical-sys
Low-level Rust bindings for the [libical library](https://github.com/libical/libical).
```toml
# Cargo.toml
[dependencies]
libical-sys = "0.1"
```
# License
This project is licensed under the LGPL 3.0, or MPL 2.0, at the user's option.