Skip to content

How to use with Servo? #101

@RichardlL

Description

@RichardlL

I'm probably doing something wrong, But I can't compile against servo.

I edited servo/components/style/Cargo.toml to

cssparser = {version = "0.5.3", features = ["heap_size", "serde-serialization"],git = "https://github.com/servo/rust-cssparser/"}

But when I try to compile I get

ipc-channel-3840821e54ea11a6/master/ipc.rs:153:26: 153:35 error: the trait `serde::ser::Serializer` is not implemented for the type `bincode::serde::writer::Serializer<'_, collections::vec::Vec<u8>>

and

error: the trait `serde::de::Deserializer` is not implemented for the type `bincode::serde::reader::Deserializer<'_, &[u8]>

Could anyone point me in the right direction?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions