Skip to content

Commit

Permalink
Regenerate README.md from src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
graydon committed Dec 4, 2023
1 parent bf64edd commit c2ec2bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ To use the library, include in your toml:
stellar-xdr = { version = "...", default-features = true, features = [] }
```

XDR types are available under modules, with the `curr` module containing XDR
types built from the `stellar/stellar-xdr` `curr` branch. Other top-level
modules are built from other `stellar/stellar-xdr` branches and releases if
enabled with features.

##### Features

The crate has several features, tiers of functionality, ancillary
Expand Down
4 changes: 0 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
//! Types are generated from XDR definitions hosted at [stellar/stellar-xdr]
//! using [xdrgen].
//!
//! **This repository contains code that is in early development, incomplete,
//! not tested, and not recommended for use. The API is unstable, experimental,
//! and is receiving breaking changes frequently.**
//!
//! [stellar/stellar-xdr]: https://github.com/stellar/stellar-xdr
//! [xdrgen]: https://github.com/stellar/xdrgen
//!
Expand Down

0 comments on commit c2ec2bc

Please sign in to comment.