Brokaw is a a typed Usenet library for the dozens of people still reading Netnews. It is very much in development and provides no guarantees about stability.
Brokaw (mostly) implements RFC 3977 and several popular extensions.
toml
[dependencies]
brokaw = "0.0.1"
```rust use brokaw::client::ClientConfig;
fn main() -> Result<(), Box
client.capabilities().iter()
.for_each(|c| println!("{}", c));
Ok(())
} ```
Check out in the repo the examples as well!
NNTPS
) courtesy of native-tls
NntpClient
) for simple interactions with news serversNntpConnection
) for more specialized use casesAUTHINFO USER/PASS
Authentication ([RFC 4643]POST
, NEWGROUP
, NEWNEWS
, and LISTGROUP
have yet to be implemented)XHDR
and XOVER
are supported