Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tokio-rs/valuable


https://github.com/tokio-rs/valuable

Update no_atomic.rs

github-actions[bot] opened this pull request 2 months ago
feat(Renderable) Add a new `Value` variant: `Renderable`

johnhurt opened this pull request 3 months ago
Update no_atomic.rs

github-actions[bot] opened this pull request 4 months ago
feat(DeriveAttribute) Implement derive macro attribute for format

johnhurt opened this pull request 4 months ago
Introduce derive macro attribute processing (Take 2)

johnhurt opened this pull request 4 months ago
Update no_atomic.rs

github-actions[bot] opened this pull request 9 months ago
Constructing objects from `Value`

AmateurECE opened this issue 10 months ago
Update no_atomic.rs and CI config

github-actions[bot] opened this pull request 11 months ago
Create a span for plugin init

BrynCooke opened this issue 11 months ago
Update CI config

taiki-e opened this pull request 12 months ago
Update no_atomic.rs and CI config

github-actions[bot] opened this pull request about 1 year ago
Update no_atomic.rs

github-actions[bot] opened this pull request about 1 year ago
Update no_atomic.rs

github-actions[bot] opened this pull request about 1 year ago
Migrate to Rust 2021

taiki-e opened this pull request about 1 year ago
Add clippy::indexing_slicing to the list of ignored lints

cfcosta opened this pull request about 1 year ago
Fix CI failure

taiki-e opened this pull request over 1 year ago
derive: update syn to 2.0

taiki-e opened this pull request over 1 year ago
Bump MSRV to 1.56

taiki-e opened this pull request over 1 year ago
Update no_atomic.rs

github-actions[bot] opened this pull request over 1 year ago
question: is valuable expected to work with tracing macros?

OliverNChalk opened this issue over 1 year ago
Update no_atomic.rs

github-actions[bot] opened this pull request over 1 year ago
implement valuable for Path

eliad-wiz opened this pull request over 1 year ago
Make implementation Valuable for HashMap more generic.

BratSinot opened this pull request almost 2 years ago
Feature request: Allow reading structable attributes

nhawkes opened this issue almost 2 years ago
Update no_atomic.rs

github-actions[bot] opened this pull request almost 2 years ago
Update no_atomic.rs

github-actions[bot] opened this pull request almost 2 years ago
Update no_atomic.rs and fix CI failure

github-actions[bot] opened this pull request almost 2 years ago
Update ui test output to Rust 1.65.0

taiki-e opened this pull request about 2 years ago
Update no_atomic.rs

github-actions[bot] opened this pull request about 2 years ago
Update no_atomic.rs

github-actions[bot] opened this pull request about 2 years ago
Add `Structable::get` for accessing fields-by-name.

jswrenn opened this pull request over 2 years ago
`NamedValues::get` footgun.

jswrenn opened this issue over 2 years ago
Update no_atomic.rs

github-actions[bot] opened this pull request over 2 years ago
implement PartialEq, Eq for NamedField

bryangarza opened this pull request over 2 years ago
Fix CI failure

taiki-e opened this pull request over 2 years ago
Update no_atomic.rs

github-actions[bot] opened this pull request over 2 years ago
Fix compile errors in examples and docs in valuable crate

alexanderkjall opened this pull request over 2 years ago
Update actions/checkout action to v3

taiki-e opened this pull request over 2 years ago
Update no_atomic.rs

github-actions[bot] opened this pull request almost 3 years ago
serde: record errors as a struct with fields for sources

hawkw opened this pull request almost 3 years ago
serde: record errors as a struct with fields for sources

hawkw opened this pull request almost 3 years ago
Automatically creates PR when no_atomic.rs needs to be updated

taiki-e opened this pull request almost 3 years ago
serde: serialize `dyn Error` `Value`s using `collect_str`

hawkw opened this pull request almost 3 years ago
Strange happenings with manual implementation of `Valuable`

jaskij opened this issue almost 3 years ago
How should we implement Valuable for Uuid?

KodrAus opened this issue almost 3 years ago
`dyn Display` primitive value

hawkw opened this issue almost 3 years ago
Add a Display variant to Value.

chanks opened this pull request almost 3 years ago
tests: update UI tests for Rust 1.58.1

hawkw opened this pull request almost 3 years ago
valuable-serde: prepare to release v0.1.0

hawkw opened this pull request almost 3 years ago
publish `valuable-serde`

hawkw opened this issue almost 3 years ago
Fix broken doc link

taiki-e opened this pull request almost 3 years ago
Enable doc_cfg and doc_auto_cfg features on docs.rs

taiki-e opened this pull request almost 3 years ago
prepare v0.1.0 release

carllerche opened this pull request almost 3 years ago
add `const fn` to more fns

carllerche opened this pull request almost 3 years ago
make `StructDef` methods `const fn`

carllerche opened this pull request about 3 years ago
Update ui test to Rust 1.57

taiki-e opened this pull request about 3 years ago
derive: implement #[valuable] attributes

taiki-e opened this pull request about 3 years ago
add `doc(cfg(...))` to feature-flagged impls

hawkw opened this pull request about 3 years ago
construct `NamedField`s from owned `Strings`

hawkw opened this pull request about 3 years ago
fields: Add the number of fields to `Fields::Unnamed`

hawkw opened this pull request about 3 years ago
correctly expose StructDef lt + impl Copy Clone

carllerche opened this pull request about 3 years ago
Fix several clippy lints

hawkw opened this pull request about 3 years ago
Implement `Valuable` and `Enumerable` for `Result<T, E>`

hawkw opened this pull request about 3 years ago
Change Value::Error to &(dyn Error + 'static)

taiki-e opened this pull request about 3 years ago
Fix CI failure

taiki-e opened this pull request about 3 years ago
Release initial version

xd009642 opened this issue about 3 years ago
Consider Visit::visit_key + Visit::visit_value

KodrAus opened this issue about 3 years ago
Fix a typo

taiki-e opened this pull request over 3 years ago
Update list of targets that do not support Atomic*64

taiki-e opened this pull request over 3 years ago
Owned [NamedField] for Fields

sunng87 opened this issue over 3 years ago
Valuable bridge for serde_json::Value

sunng87 opened this pull request over 3 years ago
Fix doc string typo

sunng87 opened this pull request over 3 years ago
Implement valuable value pointer

taiki-e opened this pull request over 3 years ago
Consider changing Value::Error to &(dyn Error + 'static)

KodrAus opened this issue over 3 years ago
Consider adding a concrete lifetime to the Visit trait

KodrAus opened this issue over 3 years ago
impl valuable traits for more types

taiki-e opened this pull request over 3 years ago
Fix typos

taiki-e opened this pull request over 3 years ago
Update list of targets that do not support atomic CAS

taiki-e opened this pull request over 3 years ago
Visitor holding `Value`

Keats opened this issue over 3 years ago
derive: implement #[valuable] attributes

taiki-e opened this issue over 3 years ago
serde: support tuple

taiki-e opened this pull request over 3 years ago
add Tuplable

carllerche opened this pull request over 3 years ago
derive: improve diagnostics when field does not implement Valuable

taiki-e opened this pull request over 3 years ago
document library root and Valuable macro

carllerche opened this pull request over 3 years ago
Implement valuable-http, a bridge between the http crate and valuable

carllerche opened this issue over 3 years ago
add a basic example with HTTP headers

carllerche opened this pull request over 3 years ago
valuable-serde: consistency with serde

taiki-e opened this issue over 3 years ago
fix warnings

carllerche opened this pull request over 3 years ago
Implement valuable-json

taiki-e opened this pull request over 3 years ago
document misc types

carllerche opened this pull request over 3 years ago
document `Listable` and `Mappable`

carllerche opened this pull request over 3 years ago
Document `Enumerable`

carllerche opened this pull request over 3 years ago