Skip to content

Commit

Permalink
Remove scary text from readme (#335)
Browse files Browse the repository at this point in the history
* Remove scary text from readme

it's all fairly stable and tested at this point

* Regenerate README.md from src/lib.rs
  • Loading branch information
graydon authored Dec 4, 2023
1 parent 24dd3c1 commit 6f141ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ XDR.
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 All @@ -22,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 6f141ab

Please sign in to comment.