near-sdk 2.0.0

Rust library for writing NEAR smart contracts.
Documentation
error: Impl type parameters are not supported for smart contracts.
  --> $DIR/impl_generic.rs:15:6
   |
15 | impl<'a, T: 'a + std::fmt::Display> Incrementer<T> {
   |      ^^