Bruno Abinader
  • Development
  • Guides
  • Personal
  • Quick tips
  • Archives

Converting C-Like Enums to String values in Rust

Suppose you have a C-Like Enum in Rust like the one below:

enum Foo {
    SomeValue,
    OtherValue
}

Note: C-Like enumerations in Rust have no parameters (i.e. SomeValue(~str)), and can have their discriminator values explicitly set to a constant value (i.e. SomeValue = 0). See http://static.rust-lang.org/doc ...

more ...

CSS Level 3 Text Decoration properties now available in Google Chrome Canary!

As of Monday (August 19th), Google Chrome Canary now supports CSS3 Text Decoration shorthand property. Once in Canary, you can enable the "experimental Web Platform features" runtime flag by checking the link below:

chrome://flags/#enable-experimental-web-platform-features

After enabling it, restart your browser and you should be able to use the ...

more ...

CSS Level 3 Text Decoration on WebKit and Blink - status

It's been a while since I wrote the last post about progress on implementing CSS Level 3 Text Decoration features in WebKit. I've been involved with other projects but now I can finally resume the work in cooperation with my colleague from basysKom, Lamarque Souza. So far we ...

more ...

  • «
  • 1
  • 2
  • 3
  • »

About Bruno de Oliveira Abinader
Open source developer at Mapbox. Brasilialainen. Trance addicted.

  • Social

    • twitter
    • linkedin
    • github
  • Tags

    • basyskom
    • blink
    • cmake
    • css
    • ctags
    • ide
    • off-topic
    • qt
    • rust
    • samsung
    • vim
    • webkit
  • Links

    • Mapbox

© 2014 Bruno de Oliveira Abinader · Powered by pelican-bootstrap3, Pelican, Bootstrap

Back to top